shr didn't fill Japanese text correctly any more
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Dec 2013 02:21:42 +0000 (03:21 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Dec 2013 02:21:42 +0000 (03:21 +0100)
commit4d86000033e2680a21b82e9e61fc089924bf5900
tree637615ba1960c83b37e527b7c566050193ee155a
parente64f334bc0c907e608f3adcc68ead9bb4cafafeb
shr didn't fill Japanese text correctly any more

* net/shr.el (shr-find-fill-point): Don't try to fill if the
indentation level is larger than the width, because that will
infloop.
(shr-insert): Fill repeatedly long texts, so that Japanese is
formatted correctly.
lisp/ChangeLog